nested loop - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

nested loop - перевод на Английский

ORDER IN WHICH INDIVIDUAL STATEMENTS, INSTRUCTIONS OR FUNCTION CALLS OF AN IMPERATIVE PROGRAM ARE EXECUTED OR EVALUATED
Program loop; Control structure; Program flow; Control structures; Exitwhen; Continue (Java); Loop index; Flow of control; Counter controlled loops; Count controlled loop; Loop (computing); Loop (programming); Until loop; Program loops; Control construct; Break statement; Break statements; Break (Unix); Continue (keyword); Control statement; Flow control construct; Nested loop; Continue statement; Control variable (programming); Control flow architecture; Control-flow architecture; Control-flow; Break;; Control flow statement; Control-flow statement; Controlflow; Control flag; Program flow of control; Program control flow; Minimal structured control flow
  • A [[state diagram]] of a peptide ion mass mapping search process.
Найдено результатов: 387
nested loop         

общая лексика

вложенный цикл

в программировании - цикл, выполняющийся внутри другого цикла. Вложенные циклы не должны пересекаться друг с другом. Уровень возможной вложенности циклов обычно ограничивается компилятором

синоним

embedded loop

Смотрите также

empty loop; infinite loop

local function         
FUNCTION DEFINED INSIDE ANOTHER FUNCTION
Nested functions; Nested procedure; Local function definition; Local function; Nested function definition; Local procedure

математика

локальная функция

self-loop         
AN EDGE IN A NODE-LINK GRAPH THAT CONNECTS A VERTEX TO ITSELF
Self-loop; Graph loop

математика

петля (в графе)

Control Flow         

фирменное название

поверхностно-активное вещество, хорошо растворимое в маслах и нефти

control statement         

общая лексика

управляющий оператор

control-flow statement         

общая лексика

оператор управления

в языках программирования

time loop         
PLOT DEVICE IN SCIENCE FICTION
Chronic hysteresis; Temporal Loop; Repeating day; Groundhog Day time loop; Temporal loop

нефтегазовая промышленность

петля годографа

D loop         
  • A current model of meiotic recombination, initiated by a double-strand break or gap, followed by pairing with an homologous chromosome and strand invasion to initiate the recombinational repair process. Repair of the gap can lead to crossover (CO) or non-crossover (NCO) of the flanking regions. CO recombination is thought to occur by the Double [[Holliday Junction]] (DHJ) model, illustrated on the right, above. NCO recombinants are thought to occur primarily by the Synthesis Dependent Strand Annealing (SDSA) model, illustrated on the left, above. Most recombination events appear to be the SDSA type.
DNA STRUCTURE
Dloop; Displacement loop; D loop; D-Loop; Displacement-loop

общая лексика

D-петля (участок расхождения двойной цепи ДНК)

control structure         

общая лексика

управляющая конструкция

в процедурных языках программирования - конструкция, позволяющая организовывать операции выбора, повторения и исполнения последовательности операторов

строительное дело

гидроузел

водосбросное сооружение

водовыпускное сооружение

control structure         
1) гидроузел
2) водосбросное сооружение; водовыпускное сооружение

Википедия

Control flow

In computer science, control flow (or flow of control) is the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated. The emphasis on explicit control flow distinguishes an imperative programming language from a declarative programming language.

Within an imperative programming language, a control flow statement is a statement that results in a choice being made as to which of two or more paths to follow. For non-strict functional languages, functions and language constructs exist to achieve the same result, but they are usually not termed control flow statements.

A set of statements is in turn generally structured as a block, which in addition to grouping, also defines a lexical scope.

Interrupts and signals are low-level mechanisms that can alter the flow of control in a way similar to a subroutine, but usually occur as a response to some external stimulus or event (that can occur asynchronously), rather than execution of an in-line control flow statement.

At the level of machine language or assembly language, control flow instructions usually work by altering the program counter. For some central processing units (CPUs), the only control flow instructions available are conditional or unconditional branch instructions, also termed jumps.

Как переводится nested loop на Русский язык